home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / pctv4n_1.zip / XQLDICT.MAK < prev    next >
Text File  |  1993-06-10  |  885b  |  64 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +XQLDICT.CFG
  5. TASM = TASM
  6. TLIB = tlib
  7. TLINK = tlink
  8. LIBPATH = C:\BC\LIB
  9. INCLUDEPATH = C:\BC\INCLUDE;\XQL
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.  xqlfuncs.obj \
  24.  xqldict.obj \
  25.  xqlmint1.obj
  26.  
  27. #        *Explicit Rules*
  28. xqldict.exe: xqldict.cfg $(EXE_dependencies)
  29.   $(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
  30. c0l.obj+
  31. xqlfuncs.obj+
  32. xqldict.obj+
  33. xqlmint1.obj
  34. xqldict
  35.         # no map file
  36. emu.lib+
  37. mathl.lib+
  38. cl.lib
  39. |
  40.  
  41.  
  42. #        *Individual File Dependencies*
  43. xqlfuncs.obj: xqldict.cfg xqlfuncs.c 
  44.  
  45. xqldict.obj: xqldict.cfg xqldict.c 
  46.  
  47. xqlmint1.obj: xqldict.cfg xqlmint1.c 
  48.  
  49. #        *Compiler Configuration File*
  50. xqldict.cfg: xqldict.mak
  51.   copy &&|
  52. -ml
  53. -2
  54. -v
  55. -vi-
  56. -wpro
  57. -weas
  58. -wpre
  59. -I$(INCLUDEPATH)
  60. -L$(LIBPATH)
  61. | xqldict.cfg
  62.  
  63.  
  64.